home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-02-24 | 774 b | 37 lines | [TEXT/PJMM] |
- unit AppGlobals;
-
- { This code is part of the Finger/Fingerd source code, written in THINK Pascal 4 }
- { Copyright 1991-1992 Peter N Lewis }
- { If you use this code, you must give me credit in your about box and documentation }
-
- interface
-
- const
- myAppType = 'PnLF';
- to_rsrc = 'STR#';
- window_id = 128;
- to_strh_id = 129;
- defaultStrResID = 128;
- pref_read_alert_id = 130;
- pref_write_alert_id = 131;
- outofmem_alert_id = 151;
- pref_dialog_id = 400;
- finger_input_dialog_id = 500;
- finger_output_dialog_id = 600;
- quitBothStrhID = 500;
- quitBothQuitStrhIndex = 1;
- quitBothQuitBothStrhIndex = 2;
-
- const
- M_InternetTo = 140;
- M_RemoveTo = 141;
-
- const
- CFinger = 'fing';
- CXInternet = 'xfng';
- CXRemove = 'xrmv';
- CSaveMenu = 'smnu';
-
- implementation
-
- end.